squirrelBox

Shiny app to browse hibernating ground squirrel brain tissue RNA-seq data, new genome assembly and transcriptome annotation.

Tested on macOS/Win10/Linux, with R3.6 and R4.0.

Getting squirrelBox

2. download and run in Rstudio

Alternatively, download all files of this repo, and run app in RStudio. shiny::runApp(folder_location)

All packages required are listed at the start of global.R

3. docker

image on S3

docker load --input squirrelbox_docker.tar
docker run --rm -p 80:80 squirrelbox_docker

or find latest repo in dockerhub

Using squirrelBox

Here is one example of data exploration. ZFPs

  1. Search for zinc finger protein genes.
  2. Move these genes to Genelist.
  3. Make lineplot and heatmap from Genelist.
  4. GO term analysis.
  5. Kmer analysis of Genelist 3’UTRs.
  6. Trimming list of genes of interest by intersection to other gene lists.
  7. View display on the genome.

Note that clicking on a row in any table or any interactive element in the plots readies the gene query process.